LEADTOOLS Medical (Leadtools.Medical.DataAccessLayer assembly)

ForeignKeysAttribute Constructor(String[],String[])

Show in webframe





The element keys name in the parent ICatalogEntity.
The element keys name in the child ICatalogEntity which corresponds to the parentElementKeys
Initializes a new instance of the ForeignKeysAttribute attribute.
Syntax
public ForeignKeysAttribute( 
   string[] parentElementKeys,
   string[] childElementKeys
)
'Declaration
 
Public Function New( _
   ByVal parentElementKeys() As String, _
   ByVal childElementKeys() As String _
)
'Usage
 
Dim parentElementKeys() As String
Dim childElementKeys() As String
 
Dim instance As New ForeignKeysAttribute(parentElementKeys, childElementKeys)

            

            
public:
ForeignKeysAttribute( 
   array<String^>^ parentElementKeys,
   array<String^>^ childElementKeys
)

Parameters

parentElementKeys
The element keys name in the parent ICatalogEntity.
childElementKeys
The element keys name in the child ICatalogEntity which corresponds to the parentElementKeys
Remarks

The length of the array in the parentElementKeys should equal the length of the array in childElementKeys.

Each value index in the parentElementKeys should correspond to the same value index in childElementKeys.

Requirements

Target Platforms

See Also

Reference

ForeignKeysAttribute Class
ForeignKeysAttribute Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features